1. Sample files named 'welcome1.asf', 'welcomes2.asf', and 'welcome3.asf' were copied to the asfroot directory located by default on the system drive, which is the Home content directory or 'Publishing Point' for Windows Media content (ASF files) "
2. An .ASX was created which listed each unicast URL to be played. The syntax of the .ASX file is:
<asx version="1.0">
   <entry>
      <ref href="mms://[actual_server]/welcome1.asf"/>
   </entry>
   <entry>
      <ref href="mms://[actual_server]/welcome2.asf"/>
   </entry>
   <entry>
      <ref href="mms://[actual_server]/welcome3.asf"/>
   </entry>
</asx>
3. The Microsoft® Windows® Media Player was started via the .ASX file.